home *** CD-ROM | disk | FTP | other *** search
/ Software Vault: The Gold Collection / Software Vault - The Gold Collection (American Databankers) (1993).ISO / cdr28 / 3c509drv.zip / NW386INS.BAT < prev    next >
DOS Batch File  |  1993-06-01  |  896b  |  51 lines

  1. echo off
  2. REM %%VER NetWare Drivers Installation Utility Program v2.0b
  3. if %mono%.==y. goto b&w
  4. ..\install\flushkey
  5. ..\install\check videocard
  6. if errorlevel 1 goto color
  7. :b&w
  8. cls
  9. goto contin
  10. :color
  11. ..\install\get b 31
  12. :contin
  13. type 386propt.men
  14.  
  15. ..\install\echoxy 20 17 Select Option:
  16. ..\install\reply
  17.  
  18. if errorlevel 60 goto inval
  19. if errorlevel 59 goto help
  20. if errorlevel 53 goto inval
  21. if errorlevel 51 goto main
  22. if errorlevel 50 goto inssrv
  23. if errorlevel 49 goto insodi
  24. if errorlevel 28 goto inval
  25. if errorlevel 27 goto main
  26.  
  27. :inval
  28. ..\install\echoxy 21 17  **** Invalid key, try again. ****
  29. echo 
  30. echo 
  31. echo.
  32. nw386ins
  33.  
  34. :help
  35. ..\install\echoxy 24 1
  36. echo.
  37. type nw386ins.hlp
  38. pause
  39. nw386ins
  40.  
  41. :main
  42. cd ..
  43. menu
  44.  
  45. :insodi
  46. nwodiins
  47.  
  48. :inssrv
  49. nwsrvins
  50.  
  51.